runtime.m.lockedInt (field)
12 uses
runtime (current package)
coro.go#L52: if mp.lockedExt+mp.lockedInt != 0 {
coro.go#L55: c.lockedInt = mp.lockedInt
coro.go#L121: if mp != c.mp || mp.lockedInt != c.lockedInt || mp.lockedExt != c.lockedExt {
coro.go#L123: print("coro: got lock internal ", mp.lockedInt, ", want ", c.lockedInt, "\n")
proc.go#L2409: mp.lockedInt++
proc.go#L4312: if locked && mp.lockedInt != 0 {
proc.go#L4313: print("runtime: mp.lockedInt = ", mp.lockedInt, "\n")
proc.go#L5312: getg().m.lockedInt++
proc.go#L5326: if gp.m.lockedInt != 0 || gp.m.lockedExt != 0 {
proc.go#L5359: if gp.m.lockedInt == 0 {
proc.go#L5362: gp.m.lockedInt--
runtime2.go#L599: lockedInt uint32 // tracking for internal lockOSThread
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |